babl-verify: fix win32 compile, with s/setenv/putenv/g
authorEdward E <develinthedetail@gmail.com>
Wed, 23 Nov 2016 20:35:39 +0000 (14:35 -0600)
committerØyvind Kolås <pippin@gimp.org>
Wed, 23 Nov 2016 21:22:10 +0000 (22:22 +0100)
commit6cc3c3e1ce30bdb84742d35f4163212e1723f984
tree0ed99060d9afa62057bc0c090d9af7b473754615
parente0815e990dc4450f708893f09eee3711f44e7986
babl-verify: fix win32 compile, with s/setenv/putenv/g

Wouldn't compile on windows because putenv() takes 1 arg, not 2.
Win32 has no setenv(), pippin said try using putenv() on all platforms.
tools/babl-verify.c